home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
northc
/
northc1.lzh
/
clibs
/
defaults.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-09-09
|
562b
|
21 lines
/*
(c) 1990 S.Hawtin.
Permission is granted to copy this file provided
1) It is not used for commercial gain
2) This notice is included in all copies
3) Altered copies are marked as such
No liability is accepted for the contents of the file.
defaults.c within Public Domain c.lib
*/
/* The variables that determine the default behaviour of 'C' programs */
/* The default window to start from */
char *_WBConsole="con:20/20/400/100/NorthC 1.2 Program";
/* Set true if want to have stdout and stderr unbuffered */
int stdoutUnbuffered = 0;